Files
meshcore-bot/modules
agessaman cebf2cbc8b Implement locking mechanism for message processing in FeedManager
- Introduced a lock to serialize access to the message processing queue, preventing concurrent executions that could lead to race conditions.
- Updated the process_message_queue method to utilize the new lock, ensuring safe access to the inner processing logic.
- Increased the timeout for awaiting feed message queue processing in the MessageScheduler to 600 seconds, accommodating longer processing times for queued items.
2026-03-22 13:16:00 -07:00
..
2026-01-20 21:38:19 -08:00
2025-10-21 21:57:00 -07:00