You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the v2 guide about settings scheduled jobs and i've noticed that after setting a scheduled job the app print an empty "error:" in the console every time the job runs.
I've tried a basic debug and the message seems to be printed from the file workflow-export.ts in the function attachOnFinishReleaseEvents at line 530. Seems that is missing a check on allWorkflowErrors var in order to skip when there are no error.
matteoxplo
changed the title
Scheduled jobs print an empty "error:" after execution
Scheduled jobs print an empty "error:" after every successful execution
Sep 3, 2024
Bug report
Describe the bug
I'm following the v2 guide about settings scheduled jobs and i've noticed that after setting a scheduled job the app print an empty "error:" in the console every time the job runs.
I've tried a basic debug and the message seems to be printed from the file workflow-export.ts in the function attachOnFinishReleaseEvents at line 530. Seems that is missing a check on allWorkflowErrors var in order to skip when there are no error.
System information
Medusa version (including plugins): preview (v2.0.7)
Node.js version: 20.17.0
Database: PostgreSQL 16
Operating system: MacOS Sonoma
Browser (if relevant):
Steps to reproduce the behavior
Screenshots
Error message:
Variables values in workflow-export.ts
The text was updated successfully, but these errors were encountered: