Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flamenco-worker-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
flamenco-worker-python
Graph
352732e48ea3015e68384a023b68b4460ab11b2e
Select Git revision
Branches
5
T53099-gpu-rendering
master
default
protected
pbs_support
windows-fixes
wip-double-running
Tags
20
v2.2.1
v2.2
v2.2-dev8
v2.1.0
v2.0.8
v2.0.7
v2.0.6
v2.0.6-beta1
v2.0.5
v2.0.4
v2.0.2
v2.0.1
v2.0
v2.0-beta10-worker6
v2.0-beta10-worker5
v2.0-beta10-worker4
v2.0-beta10-worker3
v2.0-beta10
v2.0-beta9
v2.0-beta8
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Dec
3
29
Nov
28
23
22
21
16
15
13
12
12
Sep
11
15
Jul
15
Jun
14
18
Apr
17
14
Mar
2
28
Feb
23
13
12
Jan
4
2
15
Dec
14
20
Oct
19
29
Sep
7
6
5
23
Aug
18
17
8
4
Jul
2
23
Jun
21
9
31
May
16
9
3
2
13
Apr
7
31
Mar
29
16
15
10
3
2
22
Feb
21
17
14
8
6
5
2
1
31
Jan
30
27
26
25
24
23
20
19
18
17
15
13
12
11
10
6
5
4
3
23
Dec
22
21
20
16
15
14
13
7
5
4
3
2
1
30
Nov
24
18
16
10
9
3
Aug
29
Jul
27
24
23
20
Bumped version to 2.2-dev9
Explicitly return task to the Manager queue when stopping the task
fix worker
Bumped version to 2.2-dev8
v2.2-dev8
v2.2-dev8
Gracefully handle timeout error on May-I-Run task when shutting down
Declare PreTaskCheckParams as Iterable
Pass FFmpeg binary as `ffmpeg_cmd` and split the command
Bumped version to 2.2-dev7
Gracefully handle aborting a command without `self.proc` attribute
Added command 'create_video' to run FFmpeg
Document that Python 3.7 is required now
Stricter type declarations in `commands.py`
Fix warning in PyCharm by explicitly declaring `abc.ABC` as superclass
Added MyPy runner to unit tests
Fixed last MyPy error
Only stop task if task-to-stop is the same as currently-executing-task
Less verbose debug log when POSTing to Manager
Some more debug log reduction
Use pid=%d instead of PID %r for consistency with other PID logging
Master → Manager
Log fetch_task stuff in a separate logger
Log pre-task sanity checking in sub-logger
Splice '.line' into logger name for debug log
Include proper PIDs in unit tests
Absolute imports for tests to make PyCharm happy
Only send render status updates every 30 seconds
Fix logging failed command
Send subprocess read-lines to separate logger
Don't log 'unable to find remaining time', it's too spammy
Better logging when a command fails
Bumped version to 2.2-dev6
Fixed race condition in subprocess PID file handling
Upgraded from Python 3.5 → 3.7
Added TODO
More type annotations
Changed from 'task' to 'future'
Ignore more flamenco-worker logs
Include mypy in development packages + solved lots of warnings
Log more process IDs
Fixed bug in deploy script
Loading