Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #18 from PagerDuty/remove-internal-links-from-docs
Browse files Browse the repository at this point in the history
Remove pointers to internal documentation/repos
  • Loading branch information
David van Geest committed Feb 15, 2017
2 parents ae5d3fc + f4bfd0c commit 36e906b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/user.md
Expand Up @@ -109,16 +109,12 @@ libraryDependencies ++= Seq(
)
```

- Copy the schema migrations from `cassandra-migrations/` to your project, and change the keyspace name in those files from `<YourServiceName>Scheduler` to a suitable name (e.g. `ApolloScheduler`)
- Copy the schema migrations from `cassandra-migrations/` to your project, and change the keyspace name in those files from `<YourServiceName>Scheduler` to a suitable name (e.g. `MyAwesomeServiceScheduler`)
- Add configuration with appropriate Kafka & Cassandra details
- Instantiate a Scheduler instance in your service
- Wire up scheduleTask
- Wire up taskRunner

For more information on creating the Kafka topic, see the [Kafka Operations Guide](https://pagerduty.atlassian.net/wiki/display/ENG/Kafka+Operations+Guide#KafkaOperationsGuide-Topic&PartitionManagement).

You can look at [Apollo](https://github.com/PagerDuty/rt-apollo) for example code.

### Scheduling Tasks

You can schedule tasks in two ways:
Expand Down

0 comments on commit 36e906b

Please sign in to comment.