Replies: 1 comment 1 reply
-
Action Log capture and log state of running the action on each model. While the whole job may be failed Nova may still have successfully run the action to some model and this will be reflected in the model action log. To review the job status you may need to look into Horizon or other tools. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version: 9.49.0
Nova Version: 4.21.0
PHP Version: 8.2.1
Sail v1.19.0
Description:
When queues are disabled/removed/not in use, nova action log does work as expected.
When Nova Action is batchable and queueable and uses job that is batchable and queueable. All models do get nova activity log that are finished, even if they throw exception.
Maybe this is not issue ?!
What is expected to happen when action is queueable, job is queueable and job create resource/model or there is exception.
What should we see in activity log ?
Beta Was this translation helpful? Give feedback.
All reactions