File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# JoobQ
2
2
3
- < img src = " ./joobq-logo.png " alt = " JoobQ Logo " >
3
+ ![ JoobQ Logo ] ( ./joobq-logo.png )
4
4
5
5
[ ![ Crystal CI] ( https://github.com/azutoolkit/joobq/actions/workflows/crystal.yml/badge.svg )] ( https://github.com/azutoolkit/joobq/actions/workflows/crystal.yml )
6
6
@@ -111,7 +111,7 @@ REDIS_TIMEOUT=0.2
111
111
112
112
Queues are of type Hash(String, Queue(T)) where the name of the key matches the name of the Queue.
113
113
114
- ** Example**
114
+ ** Example: **
115
115
116
116
``` crystal
117
117
JoobQ.configure do
@@ -126,7 +126,7 @@ JoobQ.configure do
126
126
end
127
127
```
128
128
129
- ** Jobs**
129
+ ** Jobs: **
130
130
131
131
To define Jobs, include the JoobQ::Job module, and implement the perform method.
132
132
@@ -201,7 +201,7 @@ This endpoint returns all available registered jobs and their JSON schemas that
201
201
202
202
** Request:**
203
203
204
- ``` httpie
204
+ ``` http
205
205
GET /jobs/registry HTTP/1.1
206
206
Host: localhost:8080
207
207
```
@@ -228,7 +228,7 @@ This endpoint allows users to enqueue jobs.
228
228
229
229
** Request:**
230
230
231
- ``` httpie
231
+ ``` http
232
232
POST /enqueue HTTP/1.1
233
233
Host: localhost:8080
234
234
Content-Type: application/json
Original file line number Diff line number Diff line change 1
1
version : ' 3.7'
2
2
services :
3
3
redis :
4
- image : redislabs/redistimeseries:1.4.3
4
+ image : redis/latest
5
5
ports :
6
6
- " 6379:6379"
You can’t perform that action at this time.
0 commit comments