Kasper Timm Hansen @kaspth.com · Jan 26

I've also been playing around with integrated job discards to help when batching multiple jobs each trying to rebuild a resource. E.g. is the updated_at I was enqueued with still current? Then perform, otherwise someone else has "claimed" the lock so we assume another job will run.

1 likes 1 replies

?

Replies

Kasper Timm Hansen · Jan 26

It's based off a more manual approach with a `version` that I saw here bsky.app/profile/jere... The idea of using updated_at is a little brittle, so I've put it on hold for now. Feels like there's something there though.