hasura / hasura-cloud-preview-apps

MIT License
22 stars 10 forks source link

Fix missing task names from job status #177

Closed varundey closed 1 year ago

varundey commented 1 year ago

Fixes the null values in log as discussed in https://github.com/hasura/hasura-cloud-preview-apps/issues/57

parse-migration and 'parse-metadata' steps were not handled on the action handler and hence whenever backend was running these steps, the workflow would query and print these steps as defaultnull`. This PR fixes that by handling the events

Before: Screenshot 2023-06-22 at 9 07 23 PM

After (please ignore the extra logging info) parse-metadata: Screenshot 2023-06-22 at 5 01 35 PM

parse-migration: Screenshot 2023-06-22 at 5 01 56 PM