Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
3060c367
Commit
3060c367
authored
Jul 20, 2017
by
Erick Hitter
Browse files
When freeing locks after timeout, fire action to support logging etc
parent
ba42efdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/class-events.php
View file @
3060c367
...
...
@@ -458,6 +458,8 @@ class Events extends Singleton {
return
;
}
do_action
(
'a8c_cron_control_freeing_event_locks_after_execution_timeout'
,
$this
->
running_event
);
$this
->
do_lock_cleanup
(
$this
->
running_event
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment