08032486c2b997915c751badd254bf5d88fe4a10
[arvados.git] / services / api / script / crunch-dispatch.rb
1 #!/usr/bin/env ruby
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 puts "**************************************
7 The jobs API (crunch v1) is no longer supported.  This is a stub
8 script that exists only to assist in a smooth upgrade.  You should
9 remove crunch-dispatch.rb from your init configuration.  This script
10 will now sleep forever.
11 **************************************
12 "
13
14 while true do
15   sleep 10
16 end