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
The start() method in DolphinScheduler engine is never used, which cause it didn't correct manage the project in DS
normaly when DS engine begin, it should create a project in DS, then handle process definition in this project, so start() method must be called before register(), unregister(), update() method, or the project code in DS will never be initialize correctly
Description
The
start()
method in DolphinScheduler engine is never used, which cause it didn't correct manage the project in DSstart()
method must be called beforeregister()
,unregister()
,update()
method, or the project code in DS will never be initialize correctlyUse case
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: