Currently, push seems to return true on success. It would be nice if I can get ID of the row if push is successful, false or null otherwise.
It will help in the followin flow
- Controller push a job to queue and returns row ID.
- I can use the row ID to query the status of the job in the view.