Why workflows have such a big wall time

Why workflows have such a big wall time? what could the reason be? Is this walletime expected? Is it related to retries? in my workflow i have one step that is expected to fail and go errored status, maybe that's the issue there? Here's my workflow step configs:
const defaultConfig: WorkflowStepConfig = {
retries: {
limit: 0,
delay: 0,
backoff: 'constant',
},
timeout: '3 minutes',
}
const defaultConfig: WorkflowStepConfig = {
retries: {
limit: 0,
delay: 0,
backoff: 'constant',
},
timeout: '3 minutes',
}
No description
1 Reply
flof.fly
flof.flyOP3w ago
ok im removing workflows and executing the steps directly within the worker

Did you find this page helpful?