Skip to content

Deleting an existing Periodic Job #116

Closed Answered by sonus21
jpschafer asked this question in Q&A
Discussion options

You must be logged in to vote

Hi
Periodic jobs works like this

at time t0 => we enqueued a job with period p (in seconds for example)
t0+p => on message consumption(before calling listener method) a new job is scheduled to t0+p+p (even if there's a delay in message consumption new job would be scheduled for t0+2p)
to+3p => on message consumption(before calling listener method) a new job is scheduled to t0+3p (even if there's a delay in message consumption new job would be scheduled for t0+2p)

This process continues unless you delete the job manually. You can delete a periodic job same as other job.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jpschafer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants