Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

Ticket #6 (defect)

Opened 7 years ago

Last modified 5 years ago

Reserve is immediate; memorize is delayed

Status: closed (wontfix)

Reported by: fumanchu Assigned to: fumanchu
Priority: major Milestone:
Component: Misc Keywords:
Cc: Estimate (total hours): 8

Example: Unsettled worker in Mission Control. If you run it over the past year's data, it will reserve lots of Unsettled units in the DB, but ProgramTypes? will be blank for hours until the sandbox gets flushed. Meanwhile, users are requesting the Settlements page and getting errors, since a ProgramType? of None is not iterable.

Resolution: Not sure if I should just bullet-proof (in this example) the settlements code to handle blank values. The only other solution would be to explicitly flush the worker's Sandbox at intervals.

Change History

12/16/06 10:36:15: Modified by fumanchu

  • status changed from assigned to closed.
  • resolution set to wontfix.

This should be solved with suitable defaults; for example, setting ProgramTypes? to [] intead of None.