Added scheduler for tasks

This commit is contained in:
Isaac Abadi
2022-04-19 22:29:41 -04:00
parent 2b1771d30d
commit 5b4d4d5f81
5 changed files with 181 additions and 5 deletions

View File

@@ -54,6 +54,10 @@ const tables = {
name: 'download_queue',
primary_key: 'uid'
},
tasks: {
name: 'tasks',
primary_key: 'key'
},
test: {
name: 'test'
}