irriss

Results 6 comments of irriss

Thanks for prompt reply, Richard! >Given the version number I think you are using the cross platform node based version of my Release Notes. that's correct >Is the bitbucket instance...

Actually, this morning I found even more files stuck in that folder. Not all of them contain that exception. Is there a way to get additional logs/output to figure out...

Now I have many errors like this ``` ApplicationInsights:Sender [ 'Ingestion endpoint could not be reached 55 consecutive times. There may be resulting telemetry loss. Most recent error:', { Error:...

What does "ArangoError: conflict (while executing)" mean exactly in this example? ``` const query = ` UPSERT {url: @url} INSERT {url: @url, host: @host, baseDomain: @baseDomain, status: @status, socialKind: @socialKind}...

@jsteemann Do I understand correctly that write-write conflict happens when a transaction tries to acquire write lock on a document already locked by another transaction/request?

@jsteemann I have a specific use case, appreciate if you could advise the best approach. Let say I have an array of sensors, they send some values which I store...