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
Is your feature request related to a problem? Please describe.
Should be possible to configure retry & backoff settings for each job queue. Right now it is set to 0 retries, which is not great for many situations like sending emails.
Describe the solution you'd like
Add a new config option which allows you to configure the settings per job, in the same way that the PollingJobQueueStrategy allows:
Is your feature request related to a problem? Please describe.
Should be possible to configure retry & backoff settings for each job queue. Right now it is set to 0 retries, which is not great for many situations like sending emails.
Describe the solution you'd like
Add a new config option which allows you to configure the settings per job, in the same way that the PollingJobQueueStrategy allows:
vendure/packages/core/src/job-queue/polling-job-queue-strategy.ts
Lines 23 to 29 in a6a4c6f
There should be a function which takes the
Job
instance, and returns a JobsOptions object.The text was updated successfully, but these errors were encountered: