Skip to content

Commit

Permalink
added faq for data sources with pulsar
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwolst committed Jan 19, 2024
1 parent b1d9e82 commit 9a2b2da
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTORS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,11 @@ mwolfien:
name: Markus Wolfien
joined: 2017-09

martinwolst:
name: Martin Wolstencroft
joined: 2024-01
orcid: 0000-0002-6080-1710
elixir_node: uk
smza:
name: Munazah Andrabi
joined: 2023-09
Expand Down
24 changes: 24 additions & 0 deletions topics/admin/faqs/data-source-with-pulsar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Using data source tools with Pulsar
area: deployment
box_type: tip
layout: faq
contributors: [martinwolst]
---

Data source tools such as UCSC Main will fail if Pulsar is the default destination.

To prevent the error from occureing you can force individual tools to run on a different destination or handler by adding to the job_conf file like:


```xml
<tools>
<tool id="longbar" destination="my-local" />
</tools>
```

```yml
tools:
- id: longbar
handler: my-local
```

0 comments on commit 9a2b2da

Please sign in to comment.