We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75f72a commit d45e177Copy full SHA for d45e177
internal/scheduler/interval_chain.go
@@ -27,10 +27,6 @@ func (sch *Scheduler) isValid(ichain IntervalChain) bool {
27
}
28
29
func (sch *Scheduler) reschedule(ctx context.Context, ichain IntervalChain) {
30
- if ichain.SelfDestruct {
31
- sch.pgengine.DeleteChain(ctx, ichain.ChainID)
32
- return
33
- }
34
log.GetLogger(ctx).Debug("Sleeping before next execution of interval chain")
35
select {
36
case <-time.After(time.Duration(ichain.Interval) * time.Second):
0 commit comments