midwestE

Results 14 comments of midwestE

Likewise, In order to run nested macros in a timer, I needed to set the macros to **"Turn Off"**, and the macros would run in the order I expected them...

Bumping this bug, looks like it fell off the radar

I agree, run forward, run reverse would likely help understanding, however, it does seem they are reversed and Turn Off should mapped to "Run Forward". In my case above, turn...

> All commented out code should probably be removed before ready for review? Will remove, sorry about that. In regard to a separate pull request that addresses the 1200 urls...

> > In regard to a separate pull request that addresses the 1200 urls per 5 minutes: > > Which PR is this? I haven't paid attention maybe, but I...

> I think this is a good use case for leveraging Cloudflare Queues to handle purging of the cache. WordPress would send the URLs to a queue which would be...

> Has this been addressed somewhere else or should it stay open? The PR as is works as expected, however, to improve on it I was looking for guidance in...

> Maybe cronPurgeQueue() function can take care of this, so it purges max 1000 URLs of an array and leave the rest for the next cron job? > > Current...

> Just some thoughts. > * Shouldn't there be a purge method set, either purge all or by URL? There is a purge all IIRC, and also API call for...

All this said though, I don't see any reason why this PR can't be merged in. All the things we are talking about are different PRs