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

New feature: --interval <seconds> option #180

Merged
merged 6 commits into from
Mar 13, 2023
Merged

New feature: --interval <seconds> option #180

merged 6 commits into from
Mar 13, 2023

Conversation

greymd
Copy link
Owner

@greymd greymd commented Mar 12, 2023

GitHub Issue #179

This feature is helpful for

  1. Effective troubleshooting
    If the problem is caused by momentary high parallelism or load, enabling this option may alleviate the problem.
  2. Smoothing load

greymd added 6 commits March 12, 2023 20:04
To address GitHub Issue #179
* State sleep(1) is used internally
* Create function for interval sleep
It is not necessary to make xpns_notify function runs
in background because
printf is running in background already.
```
printf "%s\\n" 1 > "$_fifo" &
```
@greymd greymd merged commit 7a70086 into master Mar 13, 2023
@greymd greymd deleted the feature/interval branch March 13, 2023 01:31
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.

1 participant