mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-13 22:03:27 +01:00
[PR #92] [MERGED] Rake example does only fire once #101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plashchynski/crono/pull/92
Author: @magynhard
Created: 2/19/2021
Status: ✅ Merged
Merged: 5/29/2022
Merged by: @plashchynski
Base:
master← Head:patch-1📝 Commits (2)
0af1645update rake example9f1bd7bMerge branch 'master' into patch-1📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
README.md(+2 -2)📄 Description
As
#invokeensures to load a task only if it needs to (once), it is necessary to use#executeinstead.Otherwise in the example the rake task is only fired once after 5 seconds and then ignored at future calls.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.