taskforcesh / issues

Taskforce.sh issues
6 stars 0 forks source link

Better separation of error stacktraces in failed jobs #134

Open manast opened 1 year ago

manast commented 1 year ago

Currently, the stacktraces for a job that fails several times is just shown as a single long stack trace. This is due to how BullMQ appends the traces to an array. We should be able to separate the traces so that it can more easily discern every trace from every run of the job.