bl1231 / bilbomd-ui

Frontend React SPA webapp for new BilboMD
2 stars 0 forks source link

The BilboMD Steps component is wonky when job restarts #243

Closed dsclassen closed 1 year ago

dsclassen commented 1 year ago

Because we are just parsing the BullMQ logs for certain keywords things get weird when a job restarts (e.g. when bilbomd-worker gets restarted and the job gets queued up again). See the screenshot.

bilbomd-steps-wonky
dsclassen commented 1 year ago

I think this is fixed with a call to BullMQ clearLogs in the initializeJob function in bilbomd-worker