ReactionMechanismGenerator / ReactionMechanismGenerator/ARC
ARC's report of currently running jobs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 51
- Forks
- 25
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 15
Description
ARC reports once an hour the "currently running jobs" in its log file.
For long jobs these reports are repetitive, and clutter the log file.
We should consider reporting the currently running jobs in a different file, and once an hour replace its content instead of appending.
It could also be nice to report the time before the rest of the content in this file.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating ARC's logging entry point for the hourly "currently running jobs" report and review how its output file is opened and updated. Done means the repetitive report is kept separately, replaced hourly rather than appended, and includes the time before the remaining content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100