Commit 57f2862
revert: Remove incorrect use_sqlite from BackgroundJobManager
BackgroundJobManager in repositories/background_jobs.py does not have
use_sqlite parameter - that's SyncJobManager in jobs/manager.py.
The commit e46528d incorrectly added these parameters, crashing the server.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e46528d commit 57f2862
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2552 | 2552 | | |
2553 | 2553 | | |
2554 | 2554 | | |
2555 | | - | |
2556 | 2555 | | |
2557 | 2556 | | |
2558 | | - | |
2559 | | - | |
2560 | | - | |
2561 | | - | |
| 2557 | + | |
2562 | 2558 | | |
2563 | 2559 | | |
2564 | 2560 | | |
| |||
0 commit comments