contribsys/faktory

Question: do multiple job invocations have different JIDs?

elldritch opened this issue · 1 comments

Is a JID tied to a specific job's definition, or to an execution of that job? That is, if I have a job that retries twice, will each retry have a different JID?

This would be useful to add to https://github.com/contribsys/faktory/wiki/Job-Errors#faq.

Jobs are persistent, they have a fixed JID across all executions.