Skip to content

Network fault tolerance#705

Draft
foodprocessor wants to merge 272 commits intomainfrom
network-fault-tolerance
Draft

Network fault tolerance#705
foodprocessor wants to merge 272 commits intomainfrom
network-fault-tolerance

Conversation

@foodprocessor
Copy link
Copy Markdown
Contributor

What type of Pull Request is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Describe your changes in brief

Checklist

  • Tested locally
  • Added new dependencies
  • Updated documentation
  • Added tests

Related Issues

  • Related Issue #
  • Closes #

Remove zero timeout handling code.
Clean up linked list code.
Update tests.
Update documentation.
Use minimumFileCacheTimeout in configs and sleep times.
Use "handle" for handle names.
Drop random use of NormalizeObjectName
… (not just one handle).

Add residency state variables to flock as well.
@foodprocessor foodprocessor reopened this May 5, 2026
// We're inside an active window that started at prevStart.
initialWindowEndTime = prevStart.Add(window.duration)
// Run immediately to join the in-progress window with shortened duration.
jobOpts = append(jobOpts, cron.WithRunImmediately())
// We're inside an active window that started at prevStart.
initialWindowEndTime = prevStart.Add(window.duration)
// Run immediately to join the in-progress window with shortened duration.
jobOpts = append(jobOpts, cron.WithRunImmediately())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants