You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/07/06 20:43:00 UTC

[GitHub] [solr-operator] HoustonPutman opened a new pull request #279: Ability to provide a cron-schedule for automatic restarts

HoustonPutman opened a new pull request #279:
URL: https://github.com/apache/solr-operator/pull/279


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] HoustonPutman commented on pull request #279: Ability to provide a cron-schedule for automatic restarts

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #279:
URL: https://github.com/apache/solr-operator/pull/279#issuecomment-875773027


   Conveniently [this CRON api supports](https://pkg.go.dev/github.com/robfig/cron/v3?utm_source=godoc#hdr-Predefined_schedules) `@every <duration>`!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] thelabdude commented on pull request #279: Ability to provide a cron-schedule for automatic restarts

Posted by GitBox <gi...@apache.org>.
thelabdude commented on pull request #279:
URL: https://github.com/apache/solr-operator/pull/279#issuecomment-875710004


   haven't reviewed yet, just wondering if a Go duration string (https://golang.org/pkg/time/#ParseDuration) would work better than a CRON string? Similar to the pod reaper https://github.com/ptagr/pod-reaper ...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] HoustonPutman merged pull request #279: Ability to provide a cron-schedule for automatic restarts

Posted by GitBox <gi...@apache.org>.
HoustonPutman merged pull request #279:
URL: https://github.com/apache/solr-operator/pull/279


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org