Ephemeral tasks

Hello everyone,

I want to leverage InfluxDB task feature but I need some task to only run once or twice then kill itself or at least stop.

Is this possible? if not, any suggestion to how this could be achieved in the context of InfluxDB?

Thanks,
Mohammed

Hello @m0hammed,
Welcome!
You’d have to kill the task after a certain amount of time has passed. There isn’t a way to schedule a set amount of runs.
I recommend using other tools like:
quix, mage, or bytewax to do this type of work.

Thanks!