Currently the job is assigned to a fixed string (`id`). We should discuss about it and there are two plans on it: 1. A global sequence responses to do this enabling a numeric id for jobs. 2. More like a uuid generating. Use timestamp + random tail to ensure ordering.
Currently the job is assigned to a fixed string (
id).We should discuss about it and there are two plans on it: