timgit / pg-boss

Queueing jobs in Postgres from Node.js like a boss
MIT License
2.15k stars 160 forks source link

feat: reschedule job by singletonKey/ jobId #440

Closed rashidRizvi98 closed 3 months ago

rashidRizvi98 commented 9 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