Hey guys. I hace 2 or 3 scheduled jobs using Cron...
# sst
a
Hey guys. I hace 2 or 3 scheduled jobs using Cron… I don’t want those to be running when using local-environment. Is there a boolean to disable them? Or should I wrap those declarations with an IF? I remember in SLS I had an
enabled
boolean. I think I found it:
Copy code
eventsRule: {
        enabled:
      }
d
search "NEVER_CRON", I give you a CRON to use to disable it. Its in this channel somewhere.