The tasks shown in the CouchDB footet are built-in processes, such as compression or replication. You cannot define and run your own tasks here.
To solve your problem, you should run your task as an external application that accesses CouchDB data via the HTTP API, and execute it as a cronjob, but not inside CouchDB.
b_erb source share