Skip to content

Releases: run-as-root/magento2-message-queue-retry

3.0.1

20 Feb 19:21
29bbf56
Compare
Choose a tag to compare
  • Adds data patches to migrate the data from the old run_as_root_message to run_as_root_queue_error_message table, to avoid issues during setup:install command.

3.0.0

02 Feb 17:35
1754c15
Compare
Choose a tag to compare
  • Adds a cron job to delete the queue error messages from the database
    • Added a configuration to set the period in days to keep the messages in the database
  • Renamed the table run_as_root_message to run_as_root_queue_error_message
    • Changed the repository, model triad, queries and commands.

2.1.1

16 May 13:06
46e188f
Compare
Choose a tag to compare
  • Changes to skip the message retry

2.1.0

15 May 11:02
cd93168
Compare
Choose a tag to compare
  • Adds the skip retry feature

2.0.3

26 Apr 11:54
5c79e91
Compare
Choose a tag to compare

Make the HandleQueueMessageRejectPlugin plugin method arguments optional as in the original subject method.

2.0.2

18 Apr 12:41
80030f3
Compare
Choose a tag to compare
  • Removes the composer.json version to avoid issues on Packagist
  • Adds the reader attribute id to support multiple topics in the same queue_retry.xml file

2.0.1

14 Apr 14:31
caecc7d
Compare
Choose a tag to compare
  • Improves the retry limit query

2.0.0

13 Apr 17:17
Compare
Choose a tag to compare
  • Configure retry through XML instead of core_config_data

1.1.0

11 Apr 11:52
Compare
Choose a tag to compare
  • Replace Rewrite by Around Plugin on the message reject function
  • Fix Retries Count
  • Refactory
  • Removes the unused PHPUnit test coverage pipeline