backy icon indicating copy to clipboard operation
backy copied to clipboard

Simple background jobs backed by PostgreSQL for Elixir.

Results 4 backy issues
Sort by recently updated
recently updated
newest added

hi, I was wondering is the project using advisory locks / or is keen to use them (PR welcome maybe?) ...as is a way this could be nearly as fast...

The current implementation will try to execute the job on the current node as soon as it is enqueued, using database only for handling the failure of the job. It...