malthe / pq

A PostgreSQL job queueing system
374 stars 41 forks source link

Return id of created job #57

Closed danilaeremin closed 4 years ago

danilaeremin commented 4 years ago

Useful for tracking job status outside of job

What is the current behavior?

queue.put doesn't return anything

What is the new behavior?

queue.put return id of new job

Checklist

Please make sure the following requirements are complete: