Martyn Inglis
|
2591d3a1df
|
This massive set of changes uses the new queue names object throughout the app and tests.
Lots of changes, all changing the line of code that puts things into queues, and the code that tests that.
|
2017-05-25 10:51:49 +01:00 |
|
Ken Tsang
|
8792461998
|
Changed response to 201 for send_letter_jobs
|
2017-04-11 16:42:08 +01:00 |
|
Ken Tsang
|
ad6bdbcc97
|
Removed redundant json import
|
2017-04-11 15:52:47 +01:00 |
|
Ken Tsang
|
155e173363
|
Update send letter jobs to return json
|
2017-04-11 15:44:33 +01:00 |
|
Rebecca Law
|
f7ab49246a
|
Added an endpoint that returns all letter jobs, ordered by created_at desc.
|
2017-04-07 11:50:56 +01:00 |
|
Rebecca Law
|
a9e429b09f
|
Fix task name, should have dashes not underscores
|
2017-04-06 15:26:50 +01:00 |
|
Rebecca Law
|
1d46dd0be1
|
Remove bucket-name from the task.
|
2017-04-06 15:03:06 +01:00 |
|
Rebecca Law
|
7bd0a07f0d
|
Added bucket name to task arguments.
|
2017-04-06 12:18:34 +01:00 |
|
Rebecca Law
|
970a4e7b4e
|
New endpoint to send a list of job ids to a queue.
The task will be picked up by the FTP app. Given the list of job ids the tasks will get all the files from s3, aggregate them then send to dvla
|
2017-04-06 12:14:17 +01:00 |
|