You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems currently only delay is exposed in disc. Shouldn't it be possible to set the other options on the job class and when enqueing? The retry time strikes me as particularly important, because it depends on the average execution time of each job.
The text was updated successfully, but these errors were encountered:
This allows to pass arbitrary options to disque-rb and resolvespote#15.
Also moved the default queue to an accessor on Disc, so it can be
configured globally via Disc.default_queue = "foo".
Disque supports multiple parameters to control job execution:
It seems currently only delay is exposed in disc. Shouldn't it be possible to set the other options on the job class and when enqueing? The retry time strikes me as particularly important, because it depends on the average execution time of each job.
The text was updated successfully, but these errors were encountered: