Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routine.java:60-69: Routine should be delegate execution... #1370

Open
0pdd opened this issue Jul 11, 2022 · 0 comments
Open

Routine.java:60-69: Routine should be delegate execution... #1370

0pdd opened this issue Jul 11, 2022 · 0 comments

Comments

@0pdd
Copy link
Collaborator

0pdd commented Jul 11, 2022

The puzzle 1125-c2e86b18 from #1125 has to be resolved:

* @todo #1125:30min Routine should be delegate execution to separate threads.
* Currently com.rultor.Routine#process() is sequentially processing all Talks
* and breaking out of this sequential processing to log occurring exceptions.
* This leads to issues in one build breaking all builds globally.
* This should be reworked to run the chain of Agents for each talk in a
* separate thread, not interfering with the main Routine in error cases.
* Once this is done the swallowing of generic exceptions, added to
* circumvent this issue, in
* com.rultor.agents.github.Reports#process(com.jcabi.xml.XML) should be
* removed.

The puzzle was created by @yegor256 on 11-Jul-22.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

0pdd referenced this issue Jul 11, 2022
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant