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

read from the task timetable option more often when executing tasks... #16641

Merged
merged 1 commit into from Nov 1, 2020

Conversation

diosmosis
Copy link
Member

… to observe less concurrency issues

Refs matomo-org/plugin-CustomAlerts#67

@diosmosis diosmosis added the Needs Review PRs that need a code review label Oct 31, 2020
@diosmosis diosmosis added this to the 4.0.0-RC milestone Oct 31, 2020
@@ -143,4 +140,12 @@ public function taskHasBeenScheduledOnce($taskName)
{
return isset($this->timetable[$taskName]);
}

public function readFromOption()
Copy link
Member

Choose a reason for hiding this comment

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

Maybe something like refresh would be a better name.

@tsteur tsteur merged commit 5575310 into 4.x-dev Nov 1, 2020
@tsteur tsteur deleted the task-timetable-read-more branch November 1, 2020 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants