Skip to content
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

[Enhancement] Track the status of an operation #17

Open
Orrison opened this issue May 23, 2023 · 0 comments
Open

[Enhancement] Track the status of an operation #17

Orrison opened this issue May 23, 2023 · 0 comments

Comments

@Orrison
Copy link

Orrison commented May 23, 2023

It would be great to allow for the tracking of the "status" of an operation.

Currently, the only thing tracked about an Operation is its name, how it was dispatched, and when it was dispatched. It would be extremely useful to also track whether or not the operation job was successful or not.

A possible way would be to add a last_status column or something like that to the operations table. Then hook into Queue::after in the package Service Provider to update on whether or not the job finished with or without a failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant