Skip to content

Commit

Permalink
Merge pull request #513 from MaRDI4NFDI/OpenAlexJob
Browse files Browse the repository at this point in the history
Add OpenAlex Job
  • Loading branch information
physikerwelt authored Mar 19, 2024
2 parents 23bee4c + 1d6ad7e commit bbac6df
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions redis-jobrunner-conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"groups": {
"basic": {
"runners": 10,
"runners": 16,
"include": [
"*"
],
Expand All @@ -16,7 +16,7 @@
]
},
"dispChanges": {
"runners": 100,
"runners": 64,
"include": [
"DispatchChanges"
],
Expand All @@ -25,10 +25,11 @@
]
},
"profiles": {
"runners": 100,
"runners": 32,
"include": [
"CreateProfilePages",
"SetProfileType"
"SetProfileType",
"OpenAlex"
]
}
},
Expand Down

0 comments on commit bbac6df

Please sign in to comment.