Go to file
Brian Palmer 6dd5a15064 don't fail restarting delayed jobs if the pid file is orphaned
previously, delayed_job restart/stop would fail if the pid file was
there, but the process didn't exist

test plan: start delayed jobs, then kill -9 the pool. then try
restarting delayed jobs, it'll still be successful.

Change-Id: Iaedbdc6c0381a6f79ab488eefd19344645e3e2df
Reviewed-on: https://gerrit.instructure.com/8266
Reviewed-by: Brian Palmer <brianp@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2012-02-01 14:01:43 -07:00
app allow ignoring learning outcomes for grading; fixes #5271 2012-02-01 13:54:07 -07:00
config allow overriding periodic jobs schedules 2012-02-01 14:01:28 -07:00
db/migrate add indexes that weren't created because of too-long names 2012-02-01 14:00:31 -07:00
doc add link to api terms of service page 2011-12-30 12:16:58 -07:00
guard getting coffeescript and handlebars to work with plugins 2011-12-30 15:50:16 -07:00
lib don't wait on media object processing when importing a course 2012-02-01 09:05:23 -07:00
public allow ignoring learning outcomes for grading; fixes #5271 2012-02-01 13:54:07 -07:00
script use parallel_tests-instructure and remove custom loggers 2012-01-30 11:14:50 -07:00
spec allow ignoring learning outcomes for grading; fixes #5271 2012-02-01 13:54:07 -07:00
test added favorite courses option to main menu 2011-10-24 15:50:34 -06:00
vendor/plugins don't fail restarting delayed jobs if the pid file is orphaned 2012-02-01 14:01:43 -07:00
.gitignore better ignore pattern for vim swap files 2012-01-25 21:01:40 -07:00
.jshintrc add a rake canvas:check_syntax task to check for js errors 2011-04-20 08:07:30 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile update parallel_tests-instructure to 0.6.18 2012-01-30 15:18:40 -07:00
Guardfile getting coffeescript and handlebars to work with plugins 2011-12-30 15:50:16 -07:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md README changes to point more directly to installation instructions 2011-02-01 17:36:01 -07:00
Rakefile enable parallelization of selenium tests 2011-09-26 15:45:35 -06:00
config.ru add a rackup file to work with any rack-compatible server 2011-09-27 08:52:47 -06:00

README.md

Canvas LMS

Canvas is a new, open-source LMS by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.

Please see our main wiki page for more information

Installation

Detailed instructions for installation and configuration of Canvas are provided on our wiki.