Stop running job

I have a server with a running job that I want to stop running. But I can’t see a way to do it (it persisted through a restart, through an upload of a new version of the function, and through successful running of that new version).

Server: https://2eigfx1w9sww.moralisweb3.com
Job: parseTransferEvents 2 Nov 2021 at 06:40:35

What happens if you delete it from your dashboard interface?

There’s no option to delete it from the dashboard (it’s not scheduled, it’s just running). I tried uploading the functions again without that function, and that didn’t help either

Isn’t there a jobs related table in your dashboard?

Not in the browser; there’s a Jobs tab, but it only shows running jobs. The EventSync tab is correct; it has the three events that the server is watching (not connected to this job)

Screen Shot 2021-11-02 at 8.57.22 AM

(I can’t even force it to exception out by giving it bad data; it’s already loaded the data!)

How do you know that job is running?

Job status. Also, it’s spitting out logs as it proceeds.

is this still a problem now?

I created another server, and am running on that. So no, not a blocker for me, but I think it’s something that really needs to exist for good server management in the future.