Recurring background tasks form space script

Plugs can hook into SB in various ways:

  • […]
  • Run recurring and background tasks.

Is this also possible using space script? e.g. running a space script every 5 minutes?

This is something I still have to add, although if you really want you can just use the setInterval JavaScript API now. Note that this will keep adding intervals every time the code is evaluated and never clears until you restart the server and client.