Code Monkey home page Code Monkey logo

Comments (7)

d4nt avatar d4nt commented on July 23, 2024 1

@sidneydemoraes this issue should now be fixed in the latest master.

from querytree.

d4nt avatar d4nt commented on July 23, 2024

I've been looking into this. I've discovered that it's something to do with the Hangfire.SQLite package. When I switched to Hangfire.MemoryStorage it worked OK. I will keep investigating.

from querytree.

ohbert avatar ohbert commented on July 23, 2024

I have the same problem with the scheduled email with the latest version (downloaded 24th of October 2019). Every mail is being sent 20 times. I run the application on Ubuntu 18.04 server and SQLite. Is there a logfile I can share to investigate the problem?

from querytree.

changchichung avatar changchichung commented on July 23, 2024

I have the same problem with the scheduled email with the latest version (downloaded 24th of October 2019). Every mail is being sent 20 times. I run the application on Ubuntu 18.04 server and SQLite. Is there a logfile I can share to investigate the problem?

and I can confirm this situation with latest docker version querytree , every mail sent 20 times.

from querytree.

matrHS avatar matrHS commented on July 23, 2024

I still have the issue that the scheduled reports get sent out 13-20 times, but I have tried solving the issue within the source code. From what I can gather, the statement
if (!_messageDeliveryTime.TryGetValue(messageId, out deliveredTime) || deliveredTime.AddSeconds(TimeoutInSeconds) <= DateTime.UtcNow)
always comes out to true until the function TrySetDelivered() has been run a couple of times.
I do not know if the issue might lie here. would be great if this could be researched further. @d4nt

from querytree.

fabiotofy avatar fabiotofy commented on July 23, 2024

Hi,
i have download the latest version of software on june 2020 but i have the same problem: when i scheduled a reports for to send by email, this reports arrived 6 (six) times. How can i resolve the problem ?

Thanks

from querytree.

SysEngDan avatar SysEngDan commented on July 23, 2024

@d4nt - Any thoughts on #32 (comment)

from querytree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.