mike12345567
|
6ac5e792b5
|
Initial work towards async block loading, it will pull the manifest.json from a specified bucket and load packages in async when it does not have them - this will need another feature for when running in the cloud to pull all packages it doesn't currently have to the install directory (EFS).
|
2020-09-18 16:50:52 +01:00 |
mike12345567
|
b6209d044a
|
Updating some test cases which were failing silently and changing how environment want handled.
|
2020-09-14 14:32:20 +01:00 |
mike12345567
|
53e4531c5b
|
Making worker thread decision based on environment variable (BUDIBASE_ENVIRONMENT) and some general tidy up, as well as fixing delete event emitter
|
2020-09-14 10:30:35 +01:00 |
mike12345567
|
fc38871b66
|
Adding threading for when not running against PouchDB.
|
2020-09-11 18:47:22 +01:00 |
Andrew Kingston
|
52aaac8e44
|
Fix async loading of steps
|
2020-09-10 15:29:01 +01:00 |
mike12345567
|
3a591c13d0
|
Major update to server workflow backend, implementing a very basic queue API in between triggers and orchestration and then moving everything around to keep it generally more concise, creating a directory to handle all workflow related matters as they do not pertain to the API (running of workflows is a completely separate operation).
|
2020-09-10 15:00:21 +01:00 |