fix serious bug with Actor.get_next updating all rows instead of only top row

This commit is contained in:
Nick Sweeting 2024-11-17 22:56:03 -08:00
parent 18403b72f0
commit 148ea907bd
No known key found for this signature in database
3 changed files with 26 additions and 16 deletions

View file

@ -84,6 +84,7 @@ ARCHIVEBOX_BUILTIN_PLUGINS = {
'config': PACKAGE_DIR / 'config',
'core': PACKAGE_DIR / 'core',
'crawls': PACKAGE_DIR / 'crawls',
'queues': PACKAGE_DIR / 'queues',
'seeds': PACKAGE_DIR / 'seeds',
'actors': PACKAGE_DIR / 'actors',
# 'search': PACKAGE_DIR / 'search',