Job Expiry Setup
Q: What is jobExpiryDurationMins used for?
A: It defines how long a job remains valid after it’s created. Once the time expires, the job is considered stale and should not be processed by any agent.
Q: Why should I set an expiry time on jobs?
A: It prevents jobs from lingering in the system if a seller agent fails to respond. This improves reliability, resource usage, and agent coordination in async environments.
Last updated