While using Pg and SQLite backends, job ids are generated as incremental
> integers.
>
> This ordering characteristic would come very handy in one application I'm
> writing. Is it something dependable, or should I consider ids as opaque for
> future-proofness?
>
While it seems unlikely that ids in
>
> While using Pg and SQLite backends, job ids are generated as incremental
> integers.
>
> This ordering characteristic would come very handy in one application I'm
> writing. Is it something dependable, or should I consider ids as opaque for
> future-proofness?
>
While it seems unlikely tha