An error occurred fetching the project authors.
- 14 Dec, 2018 1 commit
-
-
Bryton Lacquement authored
-
- 26 Nov, 2018 1 commit
-
-
Alain Takoudjou authored
Add ofset +0000 to utc date so after convert to another timezone it still remain valid. /reviewed-on nexedi/slapos.core!63
-
- 27 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
if the message size is too big, the promise process can hang on queue.put and parent process will no be able to read the message. This will finally result in a deadlock situation.
-
- 19 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 09 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
To allow promises to update thier sys.path and import needed dependencies, module load is now moved to PromiseProcess class. This prevent promises to modify sys.path of parent process.
-
- 29 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 19 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
python promises can define sense, test and anomaly method. test method will be called by slapgrid or when no bang is needed for the promise anomaly method is called when a promise failure required to bang the master, anomaly method can be optional but it's not the case for test method. Slapgrid always run promises and save the result in .slapgrid/promise/result in a JSON format. The result will be used later by monitor When a partition is correctly deployed, slapgrid will only run promise anomaly and will bang if there is an error and if the failed promise can bang check promise anomaly when partition is upto date
-