Warning: Can't synchronize with the repository (Unsupported version control system "git": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.

Ticket #13 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

add pid file in environment directory

Reported by: msfrank Owned by: msfrank
Priority: minor Milestone: 0.1
Component: core Version:
Keywords: Cc:

Description

its probably not a good idea for two instances of higgins to run out of the same environment directory. specifically, sharing the database file is not good, but sqlite doesn't seem to warn if this happens (or django is ignoring an exception). the easy fix is to have higgins check for a .pid file in the environment directory. this also has the nice side effect of making it easy for scripts to shut down higgins.

Change History

Changed 3 years ago by msfrank

  • status changed from new to closed
  • resolution set to fixed

fixed in 1a0788c04efd6837162c569295fddc4960cea9e4

Note: See TracTickets for help on using tickets.