How to fetch Cron Trigger list by filtering arguments, Also rest-apis for cron pending events, processed events and invocationLog #8284
Replies: 2 comments
-
For cron trigger event list filter refer this discord message link
for the fetch the data for Pending Events, Processed Events and Invocation Logs using metadata api Hasura metadata Rest-API's details for Cron Triggers:
1. For creating Cron triggers using Rest-APIRef: https://hasura.io/docs/latest/graphql/core/api-reference/metadata-api/scheduled-triggers.html
2. Get All CRON trigger list
3. Get Pending CRON events (scheduled cron jobs with next occurrence details )
4. Get Processed CRON events list
5. Get CRON process invocation logs list
6. Delete CRON process
|
Beta Was this translation helpful? Give feedback.
-
Hi @SameerChorge94, Thanks for creating this discussion, so a couple of arguments I think would be helpful for filtering the cron triggers list would be:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ,
I Checked hasura metadata api for creating, deleting, Fetching the CRON triggers
while fetching the CRON triggers list
is there any way to get the filtered list based on arguments options provided OR fetch by name
I also tried by providing the name variable inside args json but it's still returning the complete list
is there any way to fetch this data filtered?
Also as per our project requirement we also need to fetch the data for Pending Events, Processed Events and Invocation Logs if possible
Beta Was this translation helpful? Give feedback.
All reactions