Skip to content

Commit a0533e9

Browse files
committed
refine docs
1 parent 204c9bb commit a0533e9

2 files changed

Lines changed: 444 additions & 117 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ After implementing a real-world example with SQLite, several critical issues hav
66

77
## Critical Issues
88

9+
### We should always sleep at least for 0.5 second as minimum to poll again for drivers that don't support long polling (db)
10+
911
### 1. Confusing Method Names - `releaseJob()` Footgun
1012

1113
**Problem**: The `releaseJob()` method in the `DatabaseAdapter` interface is called when a job completes successfully, but the name implies it should release the job back to the queue (common queue terminology).

0 commit comments

Comments
 (0)