KEN-LJQ commented on issue #2368: [BUG] multiple browser tab cause cron scheduler trigger duplicate URL: https://github.com/apache/incubator-dolphinscheduler/issues/2368#issuecomment-610122383 Instead of get the project name from frontend request, an option is get the `process_definition_id` from `t_ds_schedules` table record, and then query table `t_ds_process_definition` to get the project id, finally we can get the project infomation from `t_ds_projects`. But compare with the original implement, the cost is we have to do one more db query.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
