| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix queue test (#30646) | wxiaoguang | 2024-04-22 | 3 | -19/+34 |
* | Mock queue backoff duration (#30553) | wxiaoguang | 2024-04-18 | 2 | -1/+10 |
* | Fix queue worker incorrectly stopped when there are still more items in the q... | wxiaoguang | 2024-03-02 | 3 | -9/+42 |
* | Increase queue length (#27555) | Jason Song | 2023-10-10 | 1 | -1/+1 |
* | Document the queue item's marshaling behavior (#27271) | wxiaoguang | 2023-09-26 | 1 | -0/+2 |
* | Expanding documentation in queue.go (#26889) | zareck | 2023-09-08 | 1 | -13/+48 |
* | Calculate MAX_WORKERS default value by CPU number (#26177) | wxiaoguang | 2023-07-27 | 1 | -4/+4 |
* | Update tool dependencies, lock govulncheck and actionlint (#25655) | silverwind | 2023-07-09 | 1 | -1/+1 |
* | Help to recover from corrupted levelqueue (#24912) | wxiaoguang | 2023-05-29 | 5 | -55/+162 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 5 | -52/+53 |
* | Do not call nil handler for a dummy queue (#24880) | wxiaoguang | 2023-05-23 | 1 | -1/+4 |
* | Improve queue & process & stacktrace (#24636) | wxiaoguang | 2023-05-11 | 5 | -7/+29 |
* | Kd/fix redis unit test (#24650) | Kyle D | 2023-05-11 | 1 | -1/+1 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 42 | -5611/+2023 |
* | Fix intermittent CI failure in EmptyQueue (#23753) | zeripath | 2023-05-03 | 1 | -26/+29 |
* | Skip known flaky `queue` tests on CI environment (#24419) | silverwind | 2023-04-29 | 2 | -0/+9 |
* | Enable forbidigo linter (#24278) | silverwind | 2023-04-24 | 1 | -2/+0 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -1/+1 |
* | Update redis library to support redis v7 (#24114) | techknowlogick | 2023-04-13 | 2 | -2/+2 |
* | Properly flush unique queues on startup (#23154) | zeripath | 2023-02-28 | 7 | -21/+332 |
* | Correctly handle select on multiple channels in Queues (#22146) | zeripath | 2022-12-30 | 3 | -57/+43 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 23 | -46/+23 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -8/+7 |
* | test: use `T.TempDir` to create temporary test directory (#21043) | Eng Zer Jun | 2022-09-04 | 2 | -14/+3 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 4 | -5/+5 |
* | Fix 64-bit atomic operations on 32-bit machines (#19531) | Gusted | 2022-04-27 | 1 | -1/+4 |
* | Prevent intermittent NPE in queue tests (#19301) | zeripath | 2022-04-02 | 2 | -28/+97 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 8 | -9/+29 |
* | Add number in queue status to monitor page (#18712) | zeripath | 2022-02-12 | 3 | -0/+22 |
* | Simplify Boost/Pause logic (#18673) | zeripath | 2022-02-08 | 1 | -17/+36 |
* | Restart zero worker if there is still work to do (#18658) | zeripath | 2022-02-08 | 1 | -0/+14 |
* | Only attempt to flush queue if the underlying worker pool is not finished (#1... | zeripath | 2022-02-05 | 2 | -0/+16 |
* | add gitea-fmt back (#18526) | 6543 | 2022-02-01 | 1 | -0/+1 |
* | Change some logging levels (#18421) | zeripath | 2022-01-29 | 1 | -4/+4 |
* | Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415) | zeripath | 2022-01-29 | 7 | -95/+119 |
* | Prevent deadlocks in persistable channel pause test (#18410) | zeripath | 2022-01-26 | 2 | -6/+53 |
* | Make WrappedQueues and PersistableChannelUniqueQueues Pausable (#18393) | zeripath | 2022-01-24 | 9 | -14/+72 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 19 | -109/+1304 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 8 | -15/+11 |
* | Prevent deadlock in TestPersistableChannelQueue (#17717) | zeripath | 2021-11-19 | 1 | -0/+33 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 2 | -0/+2 |
* | Make the Mirror Queue a queue (#17326) | zeripath | 2021-10-17 | 1 | -7/+22 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 2 | -4/+4 |
* | Use immediate queues in integration tests and ensure that immediate (#16927) | zeripath | 2021-09-03 | 1 | -1/+1 |
* | Timeout on flush in testing (#16864) | zeripath | 2021-08-30 | 1 | -1/+12 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 5 | -17/+6 |
* | Fix race in log (#16490) | zeripath | 2021-07-20 | 1 | -1/+0 |
* | Prevent race in TestPersistableChannelQueue (#16468) | zeripath | 2021-07-17 | 1 | -4/+31 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -1/+1 |