This website requires JavaScript.
Explore
Help
Register
Sign In
blender
/
flamenco
Watch
1
Star
0
Fork
0
You've already forked flamenco
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
flamenco
/
internal
/
manager
/
persistence
History
Sybren A. Stüvel
0235ffcb4a
Manager: avoid "no record found" error in task scheduler
...
It's fine when there is no task for a worker, so having Gorm log an error was just causing noise.
2022-03-01 11:52:28 +01:00
..
db_migration.go
Scheduler: Assign task to worker
2022-02-14 17:47:26 +01:00
db.go
Manager: Actually load config, and use in a few places
2022-02-21 19:02:07 +01:00
initialisation.go
DB Initialisation: try named parameters
2022-02-22 12:06:54 +01:00
jobs_test.go
Manager: re-queue tasks of worker when signing off
2022-02-28 12:06:50 +01:00
jobs.go
Manager: re-queue tasks of worker when signing off
2022-02-28 12:06:50 +01:00
task_scheduler_test.go
Manager: actually pass context to Gorm queries
2022-02-28 11:53:31 +01:00
task_scheduler.go
Manager: avoid "no record found" error in task scheduler
2022-03-01 11:52:28 +01:00
test_support.go
Initial task scheduler implementation
2022-02-01 17:17:19 +01:00
workers_test.go
Save worker info on sign-on (not just on registration)
2022-02-15 10:57:29 +01:00
workers.go
Manager: actually pass context to Gorm queries
2022-02-28 11:53:31 +01:00