I am trying to have my site do automatic checks on the data in it’s collection based on the time of day and day of the week. Is it possible to do this with wix code to create a section of code that would just run continuously regardless of if anyone is accessing the website? Or do I have to setup a device that will continually make HTTP requests whenever I need an action done? Thanks.
Logan, Wix does not offer that (yet). So we all revert to cron jobs (like easycron). A couple of warnings: authentication is impossible AND for some reason Wix pages, ran from a cron jobs, ALWAYS run at BACKEND (which takes away a couple of possibilities, like reading a URL-querystring (like …?var1=value1&var2=value2).