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
// Queue orders is 1 higher than the default Queue[Queue(OPGEventNotificationScheduler.Queue, Order =int.MaxValue /2+(1*5)+1)]internalclassOPGEventNotificationScheduledJob:JobBase<OPGEventNotificationScheduledJobOptions>{
...}
I'm scheduling jobs like so;
As you can see this job has both the
Queue
attribute and theQueue
parameter has been filled with the same value.The dashboard picks this up nicely:
Then i try to call
GetRecurringJobs()
and filter on the queue;And no jobs are found for that queue, to my surprise i see the queue is set to 'default':
The text was updated successfully, but these errors were encountered: