Cashflow does not persist server restarts. #30


  • Defect
  • Waiting
Open
Assigned to mitsugaru
  • _ForgeUser7489336 created this issue Feb 29, 2012

    What steps will reproduce the problem?
    1. Create a tax that does not use online time.
    2. Start server and wait some time.
    3. Restart server at some point before the tax is taken.

    What is the expected output? What do you see instead?
    I except the time to continue where it last was and take the tax at each interval specified, not from server start.

    What version of the product are you using?
    1.181

    Do you have an error log of what happened?
    No errors.

    Please provide any additional information below.
    My config: http://pastie.org/3489420

  • _ForgeUser7489336 added the tags New Defect Feb 29, 2012
  • Mitsugaru posted a comment Feb 29, 2012

    Your catch up delay is longer than the actual interval. Thus, the tax will fire faster than the catch up, and time persistence will be nullified.

    So, you need to make the catch up interval shorter than the actual tax interval so that the sequence fires before a new tax is fired.


    Edited Feb 29, 2012
  • _ForgeUser7489336 posted a comment Feb 29, 2012

    Finished test with delay of 0.0. Restarted the server after 1.5 minutes of the previous tax being collected. Upon restart it took 3 minutes to collect tax again instead of the expected 1.5 minutes.


    Edited Feb 29, 2012
  • Mitsugaru unassigned issue from _ForgeUser7428650 Feb 29, 2012
  • Mitsugaru self-assigned this issue Feb 29, 2012
  • Mitsugaru posted a comment Feb 29, 2012

    @pocketkings719: Go

    Hmm, I'll look into it then.

  • _ForgeUser7489336 posted a comment Feb 29, 2012

    @Mitsugaru: Go

    Thank you, I appreciate it.

  • _ForgeUser7489336 posted a comment Mar 5, 2012

    I'm also getting issues with taxes being paid multiple times at the same time.

  • Mitsugaru posted a comment Mar 5, 2012

    @pocketkings719: Go

    What permissions system are you running?

  • Mitsugaru removed a tag New Mar 5, 2012
  • Mitsugaru added a tag Waiting Mar 5, 2012
  • _ForgeUser7489336 posted a comment Mar 6, 2012

    @Mitsugaru: Go

    PEX


To post a comment, please login or register a new account.