You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/04/07 01:30:27 UTC

[GitHub] [incubator-dolphinscheduler] KEN-LJQ commented on issue #2368: [BUG] multiple browser tab cause cron scheduler trigger duplicate

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:
users@infra.apache.org


With regards,
Apache Git Services