Skip to content
Discussion options

You must be logged in to vote

Hi, that's a good question!

The plugin itself does not have any mechanism for trying execution again every few minutes if the execution fails. What you could do however, is to write a shell command that contains a loop that tries to call a command multiple times until it succeeds. The loop would have a sleep command too, that would introduce a five minutes pause between command calls, and also a counter that stops the loop in case the network connection does not recover after e.g. 10 tries (= 10 * 5 minutes = trying to call the command for 50 minutes).

May I ask you what shell you are using? Here is a guide on how to find out what shell you are using if you don't know it. In case you happ…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@imed-ghomari
Comment options

@Taitava
Comment options

Answer selected by imed-ghomari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants