Hi all,
I’m a bit lost in about what the different parameters mean. The first setting is “By default, Action Scheduler deletes completed actions every 30 days. Use this field to set a default actions delete duration.” and is set to 1 by default.
What does this setting do?
Thanks in advance,
Timmmy
Can this plugin or a filter be added to allow cleaning up of failed tasks?
]]>Hi!
I’ve noticed that you have an omission in your css. Please make this addition in your next revision:
Old css:
.cas-delete span{
color:#777
}
New css:
.cas-delete span{
color:#777;
cursor:pointer
}
(f this was my plugin, I would also put a tooltip on hover.)
This is a great plugin!
Thanks!
-Brian
]]>Hi,
the plugin is generating fatal errors on Rank Math because seems to filter with null values some hooks, this is an example:
On ActionScheduler_QueueCleaner.php on line 34 the variable $lifespan is null causing the fatal error:
public function delete_old_actions() {
$lifespan = apply_filters( ‘action_scheduler_retention_period’, $this->month_in_seconds );
$cutoff = as_get_datetime_object($lifespan.’ seconds ago’);
This doesn’t happen when Cleanup Action Scheduler is disabled.
]]>Does not work on multisite
There is no plugin interface show up.
]]>