goose icon indicating copy to clipboard operation
goose copied to clipboard

Generate smart job IDs

Open olttwa opened this issue 2 years ago • 3 comments

  • Instead of a random UUID, a job-id can have date+time of enqueuing, and other generic info limited to <60 characters

olttwa avatar May 09 '22 05:05 olttwa

Could potentially use: https://github.com/f4b6a3/uuid-creator

bsless avatar Aug 01 '22 19:08 bsless

Perhaps https://github.com/yetanalytics/colossal-squuid

tmoerman avatar Dec 04 '22 10:12 tmoerman

this one is the one https://github.com/ulid/javascript https://github.com/theikkila/clj-ulid

blindcoding9 avatar Jan 25 '23 11:01 blindcoding9