Skip to content

Multi core bot fix#1

Merged
nmime merged 6 commits into
masterfrom
multi-core-bot-fix
Feb 11, 2026
Merged

Multi core bot fix#1
nmime merged 6 commits into
masterfrom
multi-core-bot-fix

Conversation

@nmime
Copy link
Copy Markdown
Owner

@nmime nmime commented Jan 25, 2026

No description provided.

Comment thread backend/src/tests/unit/bot-service.spec.ts Fixed
- Add Redis dependency injection and pub/sub channel configuration
- Subscribe to bot events in primary worker's onModuleInit lifecycle
- Implement proper cleanup of Redis subscriptions in onModuleDestroy
- Add comprehensive unit tests for BotService pub/sub delegation
- Ensure bot service operates correctly across multiple worker processes

This fix resolves issues with bot operations in multi-core environments
where bot events need to be coordinated across worker processes.
@nmime nmime force-pushed the multi-core-bot-fix branch from 37e783b to b1658a1 Compare January 26, 2026 09:25
nmime added 3 commits January 26, 2026 14:29
- Fix vite.config.ts type safety for mkcert dynamic import
- Fix CreateAuctionPage input handling to allow free value entry
- Reorder BotService members to satisfy @typescript-eslint/member-ordering
- Remove unused BidStatus import from bot-service.spec.ts
- Fix unsafe assignment in test expectations
- Store numeric values as strings for proper editing UX
- Users can now clear inputs and type freely without interference
- Parse values on submit instead of on every keystroke
- Change type='number' to type='text' with inputMode='numeric'
@nmime nmime force-pushed the multi-core-bot-fix branch from 59463da to 9f2b058 Compare January 26, 2026 12:53
@nmime nmime merged commit f1e374a into master Feb 11, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants