- Issue created by @chakkche
- Status changed to Needs review
over 1 year ago 2:52pm 12 March 2024 - Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - Issue was unassigned.
- Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - First commit to issue fork.
- Status changed to Needs work
5 months ago 8:04am 24 February 2025 - 🇨🇭Switzerland berdir Switzerland
Needs to be a merge request.
I'd also suggest to name this --before and add a --after too and support both in combination, then you can limit it to a specific timeframe..
Since this module doesn't re-check older content after the configured created time has been reached, I think it would actually be more common to check older content, or e.g. specifically stuff that has reached the configured age. you could have a daily cron job to queue everyting that's 2 months to to 2 months and 1 day old for example.
- Merge request !33Issue #3427377 by chakkche: Provide option to queue the items which are updated after, before or between specific date/time → (Open) created by chakkche
- 🇮🇳India chakkche
@berdir Thank you for the suggestions. Created a MR with options --before and --after.