File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ flexible.
32
32
33
33
This portal has only been tested with the CaltechAUTHORS repository and is
34
34
designed for use at Caltech. Please let us know if you're interested in using
35
- it elsewhere and we can make it more flexible. For caltech users, you need to
35
+ it elsewhere and we can make it more flexible. For Caltech users, you need to
36
36
have a CaltechAUTHORS access token set in the CTATOK environment variable or as
37
37
a GitHub repo secret.
38
38
39
-
40
39
## Usage
41
40
42
- You can harvest and render the table by [ going
41
+ The GitHub action will run every 30 minutes (should be ready at the top of the hour and half-hour).
42
+
43
+ You can also manually harvest and render the table by [ going
43
44
here] ( https://github.com/caltechlibrary/irdm-queue-portal/actions/workflows/render.yaml )
44
45
and clicking the "Run Workflow" button.
45
46
@@ -48,9 +49,13 @@ and clicking the "Run Workflow" button.
48
49
This tool is designed for use at Caltech and has some hardcoded URLs. Let us
49
50
know if you're interested in using it elsewhere.
50
51
52
+ We assume a queue will have under 100 entries and the queue view will be updated at most every 15 minutes.
53
+ Because getting the publisher field makes a call to each record, the current approach
54
+ will be slow on very large queues and will not work for fast update times.
55
+
51
56
## Getting help
52
57
53
- Please open an issue on GitHub
58
+ Please open an issue on GitHub.
54
59
55
60
## Contributing
56
61
You can’t perform that action at this time.
0 commit comments