3cc670b823Implemented actual tested RunEdgeApp and StopEdgeApp commands, added sleep time after container operation and before checking status
Paulo Truta
2021-02-18 22:59:14 +0000
0bd61ccf75Tidy up (less verbosity), actual DB update for EDGEAPPS_LIST
Paulo Truta
2021-02-17 13:34:53 +0100
2817628fefAdded utils.GetPath(pathKey) for getting paths that can be overriden by a .env for local dev
Paulo Truta
2021-02-17 12:35:22 +0100
59707b8abdFixed small typo, replaced DB connection details in Makefile by .env loading
Paulo Truta
2021-02-17 12:10:15 +0100
b04e854fddAdded RunEdgeApp and StopEdgeApp funcs
Paulo Truta
2021-02-17 01:24:51 +0100
63d81e8662Using paths of Edgebox
Paulo Truta
2021-02-17 00:16:43 +0000
5a97caacffAdded various functions to edgeapps package, working GetEdgeApps func running as scheduled task
Paulo Truta
2021-02-17 01:08:10 +0100
fc5b342c89Removed mods (thanks @inverse)
Paulo Truta
2021-02-16 22:08:59 +0100
97182602c4Added package edgeapps
Paulo Truta
2021-02-16 17:30:01 +0100
ad28e1a505Added edgeapps package, cleaned up redundancies
Paulo Truta
2021-02-15 20:37:16 +0100
9f20211bf4Introduced tick counter and ExecuteSchedules for execution of recurrent no argument tasks
Paulo Truta
2021-02-15 18:14:46 +0000
50ad33ac33removed spaces
Paulo Truta
2021-02-15 09:55:09 +0100
1e9be94851Various improvements and developments to tasks execution logic
Paulo Truta
2021-02-14 04:22:08 +0000
461a9e6558Replaced fmt with log calls
Paulo Truta
2021-02-14 03:50:21 +0100
d7aabfdbe8Added NodeName as element of tasSetupBootnodeArgs struct. Usage in taskSetupBootnode
Paulo Truta
2021-02-14 02:28:13 +0100
db3b31091eReading json arguments for task running, setup_bootnode task, don't run actual commands for dev release
Paulo Truta
2021-02-14 01:04:50 +0100
c3d283c243Check for .ready file in ws directory
Paulo Truta
2021-02-13 21:52:08 +0100
47df72777bAdded base task execution algo
Paulo Truta
2021-02-13 21:49:09 +0100
4bb060ba5fLaying out the structure of the Tasks package, and how it will be called in the systemIterator in main
Paulo Truta
2021-02-13 17:04:57 +0100
8845cb11deRenamed module database into tasks
Paulo Truta
2021-02-13 16:06:13 +0100
375bb03dfeAdded database module with exportable functions
Paulo Truta
2021-02-13 15:51:14 +0100
28cb163f6dAdded specific signal catch only for SIGQUIT
Paulo Truta
2021-02-12 18:11:36 +0000
ad330274dbAdded base execution loop with readiness check
Paulo Truta
2021-02-12 18:51:21 +0100
5a4ef2de41Restructured with helper functions for readiness check
Paulo Truta
2021-02-12 18:42:22 +0100