Skip to content

push should return row id of the new inserted job? #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dilawar opened this issue May 27, 2025 · 0 comments · May be fixed by #62
Open

push should return row id of the new inserted job? #61

dilawar opened this issue May 27, 2025 · 0 comments · May be fixed by #62
Labels
enhancement New feature or request

Comments

@dilawar
Copy link

dilawar commented May 27, 2025

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.
@dilawar dilawar changed the title push should return queue id? push should return row id or the new inserted job? May 27, 2025
@dilawar dilawar changed the title push should return row id or the new inserted job? push should return row id of the new inserted job? May 27, 2025
@michalsn michalsn linked a pull request May 30, 2025 that will close this issue
5 tasks
@michalsn michalsn added the enhancement New feature or request label May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants