Skip to content

Releases: AIR-EISTI/air-contest-worker

Rikka#2

14 Jan 17:49
Compare
Choose a tag to compare
Rikka#2 Pre-release
Pre-release

Changes

  • Improving workflow (including observer/observable pattern for RepplyHandler)

New features

  • Max execution time
  • Input written to a file in the working directory of the Runner

Rikka#1

10 Jan 20:34
Compare
Choose a tag to compare
Rikka#1 Pre-release
Pre-release

New features :

  • Execute job (ie run code) from a rabbitmq queue
  • Send the result (ie the exit code and stdout) to another rabbitmq queue
  • Those two queues are defined in a config file, as well as the rabbitmq host and the classes that will run the code for a specific language
  • A few classes are provided to interface with the workers : Sender and RepplyHandler