close
The Wayback Machine - https://web.archive.org/web/20220617133310/https://github.com/topics/scheduled-jobs
Skip to content
#

scheduled-jobs

Here are 108 public repositories matching this topic...

HarshBalyan
HarshBalyan commented Jun 19, 2020

An invalid job is accepted. It fails and then gets retried for the configured number of times.
An invalid job can be defined to have one or more of the following set incorrectly

  • queue name
  • worker module
  • worker function

Fix

A job in the aforementioned case is bound to fail and eventually move to the dead queue.
Therefore, we can return an error before enqueing in such cases by

enhancement good first issue

Improve this page

Add a description, image, and links to the scheduled-jobs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scheduled-jobs topic, visit your repo's landing page and select "manage topics."

Learn more