Skip to content

Commit

Permalink
adds missing xlsx ouput link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fsainz committed Jun 15, 2022
1 parent 44b0afd commit cc86992
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ See all methods in [csv_output](/lib/worker_tools/csv_output.rb)

See all methods in [xlsx_input](/lib/worker_tools/xlsx_input.rb)

## Module XLSX Output

See all methods in [xlsx_output](/lib/worker_tools/xlsx_output.rb)

## Wrappers

In the [basics module](/lib/worker_tools/basics.rb), `perform` calls your custom method `run` to do the actual work of the task, and wraps it around any methods expecting a block that you might have had defined using `wrappers`. That gives us a systematic way to add logic depending on the output of `run` and any exceptions that might arise, such as logging the error and context, sending a chat notification, retrying under some circumstances, etc.
Expand Down

0 comments on commit cc86992

Please sign in to comment.