Commit b85a739
authored
Rqueue job checkin (#54)
Job Checkin
Long running jobs can do checkin periodically using job.checkin("I'm doing something");
Display past job history for a message in dashboard.
Delete message metadata along with messages using background job
Allow deleting messages from normal and scheduled queues instead of only dead letter queue.
Fixes Redis string deserialisation issue, string were inserted without quote''
Fixes CSP rule error for inline javascript
Scan only required beans for RqueueListener annotated methods
Fixed double minus sign (--) in dashboard.
Potential error for periodic message, if period was longer than 24 hours
Dead letter queue message at front1 parent 7044cb9 commit b85a739
254 files changed
Lines changed: 7063 additions & 2404 deletions
File tree
- .circleci
- docs/static
- gradle
- rqueue-common-test
- rqueue-core
- src
- main
- java/com/github/sonus21/rqueue
- annotation
- common
- impl
- config
- converter
- core
- impl
- support
- dao
- impl
- exception
- listener
- metrics
- models
- db
- enums
- event
- response
- utils
- web
- controller
- service
- impl
- resources
- public/rqueue
- css
- js
- scripts
- templates/rqueue
- test/java/com/github/sonus21/rqueue
- common
- config
- converter
- core
- impl
- support
- dao
- listener
- metrics
- models
- db
- request
- utils
- backoff
- web
- service
- impl
- view
- rqueue-spring-boot-example
- src/main/java/com/github/sonus21/rqueue/example
- rqueue-spring-boot-starter
- src
- main/java/com/github/sonus21/rqueue/spring/boot
- test/java/com/github/sonus21/rqueue/spring/boot
- application
- tests
- integration
- unit
- rqueue-spring-common-test
- src/main
- java/com/github/sonus21/rqueue/test
- application
- common
- dto
- entity
- repository
- service
- tests
- resources
- rqueue-spring-example
- rqueue-spring
- src
- main/java/com/github/sonus21/rqueue/spring
- test/java/com/github/sonus21/rqueue/spring/tests
- integration
- unit
- rqueue-test-util
- src/main
- java/com/github/sonus21
- junit
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
44 | | - | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
49 | 76 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
56 | 130 | | |
57 | 131 | | |
58 | 132 | | |
| |||
72 | 146 | | |
73 | 147 | | |
74 | 148 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
83 | 155 | | |
84 | 156 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
89 | 161 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
113 | 167 | | |
114 | 168 | | |
115 | 169 | | |
116 | 170 | | |
117 | | - | |
118 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
4 | 23 | | |
5 | 24 | | |
| 25 | + | |
6 | 26 | | |
7 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
8 | 30 | | |
9 | 31 | | |
| 32 | + | |
10 | 33 | | |
| 34 | + | |
11 | 35 | | |
12 | 36 | | |
13 | 37 | | |
| 38 | + | |
14 | 39 | | |
| 40 | + | |
15 | 41 | | |
16 | 42 | | |
17 | 43 | | |
| |||
20 | 46 | | |
21 | 47 | | |
22 | 48 | | |
| 49 | + | |
23 | 50 | | |
24 | 51 | | |
25 | 52 | | |
26 | 53 | | |
27 | 54 | | |
28 | | - | |
| 55 | + | |
| 56 | + | |
29 | 57 | | |
30 | 58 | | |
31 | | - | |
32 | 59 | | |
| 60 | + | |
33 | 61 | | |
34 | 62 | | |
35 | 63 | | |
36 | 64 | | |
| 65 | + | |
37 | 66 | | |
38 | 67 | | |
39 | 68 | | |
40 | 69 | | |
41 | 70 | | |
42 | 71 | | |
| 72 | + | |
43 | 73 | | |
44 | | - | |
| 74 | + | |
45 | 75 | | |
46 | 76 | | |
47 | 77 | | |
48 | | - | |
49 | | - | |
50 | 78 | | |
| 79 | + | |
| 80 | + | |
51 | 81 | | |
52 | 82 | | |
| 83 | + | |
53 | 84 | | |
| 85 | + | |
54 | 86 | | |
55 | 87 | | |
56 | 88 | | |
| |||
64 | 96 | | |
65 | 97 | | |
66 | 98 | | |
67 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
68 | 103 | | |
69 | 104 | | |
70 | 105 | | |
71 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
72 | 110 | | |
73 | 111 | | |
| 112 | + | |
74 | 113 | | |
75 | 114 | | |
76 | 115 | | |
77 | 116 | | |
| 117 | + | |
78 | 118 | | |
79 | 119 | | |
80 | 120 | | |
| 121 | + | |
81 | 122 | | |
82 | 123 | | |
83 | 124 | | |
84 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
85 | 128 | | |
86 | 129 | | |
87 | 130 | | |
88 | | - | |
89 | 131 | | |
| 132 | + | |
| 133 | + | |
90 | 134 | | |
91 | 135 | | |
92 | | - | |
93 | 136 | | |
| 137 | + | |
94 | 138 | | |
95 | 139 | | |
| 140 | + | |
96 | 141 | | |
97 | 142 | | |
98 | 143 | | |
99 | 144 | | |
100 | 145 | | |
| 146 | + | |
101 | 147 | | |
102 | 148 | | |
103 | 149 | | |
| 150 | + | |
104 | 151 | | |
| 152 | + | |
105 | 153 | | |
| 154 | + | |
106 | 155 | | |
| 156 | + | |
107 | 157 | | |
| 158 | + | |
108 | 159 | | |
| 160 | + | |
109 | 161 | | |
| 162 | + | |
110 | 163 | | |
| 164 | + | |
111 | 165 | | |
| 166 | + | |
112 | 167 | | |
| 168 | + | |
113 | 169 | | |
| 170 | + | |
114 | 171 | | |
| 172 | + | |
115 | 173 | | |
| 174 | + | |
116 | 175 | | |
| 176 | + | |
| 177 | + | |
0 commit comments