Brad Bell
Brad Bell
Resolved for the next v4 and v5 releases via https://github.com/craftcms/feed-me/pull/1268
Resolved in https://github.com/craftcms/feed-me/pull/1228
Resolved in https://github.com/craftcms/feed-me/pull/1228
Resolved in https://github.com/craftcms/feed-me/pull/1229
Resolved in https://github.com/craftcms/feed-me/pull/1342 for the next v4 and v5 releases.
Whether releasing jobs via the queue manager or canceling from Feed Me, neither will kill any currently running jobs, only jobs that haven’t started yet. php-fpm (or however PHP is...
This is resolved for the next v4 and v5 releases via https://github.com/craftcms/feed-me/pull/1268
Resolved in https://github.com/craftcms/feed-me/pull/1228
@matt-adigital It turns out that default Redis doesn’t make a reliable globally distributed locking mechanism like we thought for ages without jumping through some hoops. https://redis.io/docs/manual/patterns/distributed-locks/ So much so that...
Ran into this as well and couldn't find a non-hacky solution. Would be curious if there is a way to do this natively, or it's just not currently supported.