Run in every 2 seconds

Yes, this was added in 1.1.5, you will see it at the bottom of the device details page.

You said this was every 2 seconds forever. So would

schedule("0/30 * * * * ? *", method)

be every 30 seconds forever? And you cancel it by calling the unschedule(method) function, correct?