Skip to content

Automate replay of parked EventStore messages daily#326

Merged
StuartFerguson merged 1 commit intomasterfrom
task/#324_replay_parked_queues
Mar 12, 2026
Merged

Automate replay of parked EventStore messages daily#326
StuartFerguson merged 1 commit intomasterfrom
task/#324_replay_parked_queues

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Added a Windows Task Scheduler XML to run a new PowerShell script (ReplayParkedQueue.ps1) every day at 1:00 AM. The script queries all persistent EventStore subscriptions, checks for parked messages, and triggers their replay if present. Includes logging with retention and error handling. Automates maintenance of parked queues for all subscriptions.

Added a Windows Task Scheduler XML to run a new PowerShell script (ReplayParkedQueue.ps1) every day at 1:00 AM. The script queries all persistent EventStore subscriptions, checks for parked messages, and triggers their replay if present. Includes logging with retention and error handling. Automates maintenance of parked queues for all subscriptions.

Add scheduled task and script to replay parked EventStore msgs

Introduced a Windows Task Scheduler XML to run a new PowerShell script (ReplayParkedQueue.ps1) daily at 1:00 AM. The script queries all EventStore persistent subscriptions, checks for parked messages, and triggers their replay if present. Includes logging, log retention, and error handling. Automates maintenance of parked queues for improved reliability.
@StuartFerguson StuartFerguson added the task Tasks and work items label Mar 12, 2026
@StuartFerguson StuartFerguson merged commit f75644e into master Mar 12, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

task Tasks and work items

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant