Skip to content

Commit

Permalink
Merge pull request #186 from catalyst/addadhoc
Browse files Browse the repository at this point in the history
Add back in adhoc task age check
  • Loading branch information
matthewhilton authored Jul 30, 2024
2 parents 0d47b71 + 6b96c2b commit 21ca8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions classes/checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,9 @@ public static function create_summary(array $messages): string {
*/
private static function supressed_checks(): array {
return [
// These two supressed and replaced by a more detailed/useful version in this plugin.
// This task is supressed and replaced by a more detailed/useful version in this plugin.
// See failingtaskcheck.php.
\tool_task\check\maxfaildelay::class,
\tool_task\check\adhocqueue::class,
];
}

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024052000;
$plugin->release = 2024052000; // Match release exactly to version.
$plugin->version = 2024073000;
$plugin->release = 2024073000; // Match release exactly to version.
$plugin->requires = 2020061500; // Support for 3.9 and above, due to the Check API.
$plugin->supported = [39, 404];
$plugin->component = 'tool_heartbeat';
Expand Down

0 comments on commit 21ca8b9

Please sign in to comment.