Flamenco/internal/worker
2022-02-22 19:00:44 +01:00
..
mocks Worker: wrap api.ClientWithResponsesInterface in a local interface 2022-02-22 17:13:04 +01:00
cli_runner.go Worker: actually execute blender and log its output 2022-02-22 13:55:28 +01:00
client.go Worker: wrap api.ClientWithResponsesInterface in a local interface 2022-02-22 17:13:04 +01:00
command_blender_test.go Worker: actually execute blender and log its output 2022-02-22 13:55:28 +01:00
command_blender.go Worker: Blender command, don't put current time in log lines 2022-02-22 15:36:20 +01:00
command_exe_test.go Worker: add CLI runner interface and move test/mock code around a bit 2022-02-22 12:35:43 +01:00
command_exe.go Worker: use time service to log current time 2022-02-22 15:33:30 +01:00
command_misc_test.go Worker: add CLI runner interface and move test/mock code around a bit 2022-02-22 12:35:43 +01:00
command_misc.go Unified Command field names 2022-02-21 18:03:51 +01:00
common_test.go Use gomock to test command executor listener 2022-02-17 10:47:52 +01:00
config_test.go Ported lots of stuff from gitlab.com/dr.sybren/flamenco-worker-go 2022-01-28 17:02:50 +01:00
config.go Worker: clean up some logging 2022-02-21 19:07:20 +01:00
listener.go Worker: wrap api.ClientWithResponsesInterface in a local interface 2022-02-22 17:13:04 +01:00
log_chunker_test.go Worker: log chunker, also flush log after certain time 2022-02-22 15:34:37 +01:00
log_chunker.go Worker: log chunker, also flush log after certain time 2022-02-22 15:34:37 +01:00
registration.go Worker: wrap api.ClientWithResponsesInterface in a local interface 2022-02-22 17:13:04 +01:00
state_asleep.go More status change acks & checks to get stable flow between worker states 2022-02-15 17:46:37 +01:00
state_awake.go More status change acks & checks to get stable flow between worker states 2022-02-15 17:46:37 +01:00
state_shutdown.go Very basic non-functional framework for a task runner 2022-01-31 16:05:27 +01:00
statemachine.go Cleanup: remove unused code 2022-02-17 10:49:43 +01:00
statemonitor.go More status change acks & checks to get stable flow between worker states 2022-02-15 17:46:37 +01:00
task_executor.go Worker: better handling of task update errors 2022-02-17 14:02:45 +01:00
worker.go Cleanup: add missing comment 2022-02-22 19:00:44 +01:00