Hi,

can someone clarify on the following behaviour?

The docs say:

        "Job services can be updated: If a new job is registered, and if there 
is already a job with the same id, the old entry will be replaced."
        https://docs.basex.org/wiki/Jobs_Module#Services

So when I try to update an existing job service with the following query, I get 
an unexpected error "Job id already exists: myquery.":

        jobs:eval(
          xs:anyURI('myquery.xq'),
          (),
          map { 'id':'myquery', 'start':'19:00:00', 'interval':'P1D', 
'service': true() }
          )

Am I reading the documentation wrong?

Thanks Daniel

Reply via email to