Commit Graph

1812 Commits

Author SHA1 Message Date
meeb
07867070b5
Merge pull request #932 from tcely/patch-2
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Set `verbose_name` for `refesh_formats` task
2025-04-08 16:29:38 +10:00
tcely
b0a72cf1fb
Set verbose_name for refesh_formats task 2025-04-08 02:08:48 -04:00
meeb
919a3d0f2f
Merge pull request #931 from danielmawhirter/patch-2
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Fix video format sorting in case of missing keys
2025-04-08 14:39:44 +10:00
meeb
62fe49985a
Merge pull request #911 from tcely/patch-10
Restrict delays to a range between 10 seconds and 20 minutes
2025-04-08 14:35:50 +10:00
meeb
871fec23be
Merge pull request #930 from tcely/patch-2
Use a task per instance for `Media.refresh_formats`
2025-04-08 14:35:32 +10:00
meeb
ee14711c61
Merge pull request #929 from tcely/tcely-migration
Create `0030_alter_source_source_vcodec.py`
2025-04-08 14:35:15 +10:00
Daniel Mawhirter
360c708b38
Update matching.py 2025-04-07 21:25:52 -05:00
tcely
4d16994062
Stop increasing the minimum sleep 2025-04-07 17:28:54 -04:00
tcely
c72a9c8584
Use a task per instance for Media.refresh_formats 2025-04-07 17:20:26 -04:00
tcely
456eadd35e
Add files via upload 2025-04-07 14:35:39 -04:00
tcely
3549bbf9f6
Merge branch 'meeb:main' into patch-10 2025-04-07 06:19:29 -04:00
meeb
e23bf7a3e2
Merge pull request #925 from tcely/tcely-queues
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Rework task queuing
2025-04-07 18:17:57 +10:00
tcely
2c41a90695
Migrate old tasks to the new queues 2025-04-07 03:57:31 -04:00
tcely
0c056cc115
Add migrate_queues function 2025-04-07 03:51:33 -04:00
tcely
379cafdec7
Merge branch 'meeb:main' into tcely-queues 2025-04-07 03:35:41 -04:00
meeb
bd576f7289
Merge pull request #753 from tcely/patch-2
Allow AV1 as a choice
2025-04-07 17:09:30 +10:00
meeb
143ba27576
Merge pull request #920 from tcely/patch-6
Set priority in tasks.py
2025-04-07 17:06:22 +10:00
tcely
e2b99de843
fixup: restore the missing keyword 2025-04-07 01:26:52 -04:00
tcely
10aa455ba9
Limit the worker to a single queue 2025-04-07 00:38:09 -04:00
tcely
468242c626
Use the TaskQueue class 2025-04-07 00:29:14 -04:00
tcely
8e52692ec8
Label the queue as it is no longer Source.uuid 2025-04-07 00:22:55 -04:00
tcely
b97de08ffd
Filter on task_params instead of queue 2025-04-07 00:19:23 -04:00
tcely
2613d93924
Remove unneeded kwargs 2025-04-06 20:50:11 -04:00
tcely
4228d69023
Remove queue kwarg 2025-04-06 20:48:57 -04:00
tcely
6058a66df1
Set executable bit on full_playlist.sh 2025-04-06 20:44:23 -04:00
tcely
b33ff71678
Added additional tubesync workers 2025-04-06 20:38:26 -04:00
tcely
73195fa79b
Do not use a thread pool for workers 2025-04-06 19:41:49 -04:00
tcely
f316c3e81a
Fix typo 2025-04-06 19:28:05 -04:00
tcely
cc842c4a4d
Merge branch 'meeb:main' into patch-2 2025-04-06 19:13:07 -04:00
tcely
a2426a1453
Keep sleep_interval under half of the maximum 2025-04-06 19:11:46 -04:00
tcely
0b92ae0500
Assign task queues based on resources used 2025-04-06 18:42:07 -04:00
tcely
7ac5f2c148
Update for adjusted queue 2025-04-06 17:53:58 -04:00
tcely
660d32ddab
Merge branch 'meeb:main' into patch-6 2025-04-06 17:44:10 -04:00
tcely
529f3cbbd0
Add priority kwarg for default value 2025-04-06 17:40:10 -04:00
tcely
8e3523ae9c
priority: 15: download_media 2025-04-06 17:23:56 -04:00
tcely
d769f39a86
priority: 15: download_media_thumbnail 2025-04-06 17:20:27 -04:00
tcely
c8a9037fb2
priority: 20: download_media_metadata 2025-04-06 17:15:09 -04:00
tcely
1af9070d1c
priority: 20: rename_media 2025-04-06 16:56:24 -04:00
tcely
11baadc6ef
priority: 25: save_all_media_for_source 2025-04-06 16:37:09 -04:00
tcely
61623b66ab
priority: 05: download_source_images 2025-04-06 16:33:31 -04:00
tcely
52579865b2
priority: 01: delete_all_media_for_source 2025-04-06 16:27:18 -04:00
tcely
82688a8475
Restore schedule kwarg 2025-04-06 16:11:08 -04:00
tcely
017966160d
Remove priority kwarg 2025-04-06 15:55:46 -04:00
tcely
4c08726906
priority: 10: index_source_task 2025-04-06 14:42:21 -04:00
tcely
07390a32a8
Remove priority kwarg 2025-04-06 14:33:12 -04:00
tcely
e0bbb5951b
Remove priority kwarg 2025-04-06 14:28:34 -04:00
tcely
ddf985ff7d
Use schedule_media_servers_update function 2025-04-06 13:47:16 -04:00
meeb
917204c8f1
Merge pull request #923 from tcely/close-thread-pool
Some checks failed
CI / info (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.8) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / containerise (push) Has been cancelled
Close the `ThreadPool` before exiting
2025-04-05 14:26:20 +11:00
tcely
ec41580fe9
Close the ThreadPool before exiting 2025-04-04 16:33:41 -04:00
meeb
f39780ac57
Merge pull request #922 from tcely/patch-12
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Clean up old `debconf` cache files
2025-04-04 22:52:23 +11:00