Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix run task directly #288

Merged
merged 4 commits into from
Nov 13, 2020
Merged

fix run task directly #288

merged 4 commits into from
Nov 13, 2020

Conversation

shikimoe
Copy link
Contributor

@@ -247,6 +247,11 @@ private String getSelectSQL(String whereClause) {
* @throws RuntimeException if primary key (id) is duplicated
*/
public TaskRun createTaskRun(TaskRun taskRun) {

Optional<TaskRun> savedTaskRun = fetchTaskRunById(taskRun.getId());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是为什么?

@shikimoe shikimoe force-pushed the FIX-workflow-run-task/yide branch from f9f37a5 to dd79205 Compare November 13, 2020 10:57
@dyng dyng merged commit 248bc7b into master Nov 13, 2020
@dyng dyng deleted the FIX-workflow-run-task/yide branch November 13, 2020 11:33
@shikimoe shikimoe restored the FIX-workflow-run-task/yide branch November 14, 2020 02:00
guofan1991 pushed a commit that referenced this pull request Jun 28, 2021
* fix run task directly

resubmit acqurie worker token

* fix acquire token

* reduce worker token count

* add git version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants