timgit / pg-boss

Queueing jobs in Node.js using PostgreSQL like a boss
MIT License
1.73k stars 144 forks source link

feat: reschedule job by singletonKey/ jobId #440

Open rashidRizvi98 opened 4 months ago

rashidRizvi98 commented 4 months ago

rescheduleBySingletonKey is usefull when we want to reschedule a job which previously had generated a key dynamically when scheduling the job for a specific usecase additionally rescheduleById also have been created